projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb18437
)
imwayland: Name event controllers
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 3 Apr 2021 02:24:00 +0000
(22:24 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 3 Apr 2021 02:24:00 +0000
(22:24 -0400)
This helps with debugging.
gtk/gtkimcontextwayland.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextwayland.c
b/gtk/gtkimcontextwayland.c
index b380a8a150c8cd1722c380322a04f54b3860a8f8..10defeaf1a15f3c5353468543da889d67a7d4fb8 100644
(file)
--- a/
gtk/gtkimcontextwayland.c
+++ b/
gtk/gtkimcontextwayland.c
@@
-559,6
+559,7
@@
gtk_im_context_wayland_set_client_widget (GtkIMContext *context,
GtkGesture *gesture;
gesture = gtk_gesture_click_new ();
+ gtk_event_controller_set_name (GTK_EVENT_CONTROLLER (gesture), "wayland-im-context-click");
gtk_event_controller_set_propagation_phase (GTK_EVENT_CONTROLLER (gesture),
GTK_PHASE_CAPTURE);
g_signal_connect (gesture, "pressed",